home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / batchut / ronset21.zip / RONSET.NEW < prev   
Text File  |  1990-03-04  |  3KB  |  52 lines

  1. 01/16/90  V1.1  No longer displays the SET VAR=whatever message. Modified
  2.                 char() to output a newline if return, escape, or ctrl-C is
  3.                 pressed.  Added the echo(), mem(), tenv(), and env()
  4.                 functions.
  5.  
  6. 01/17/90  V1.2  Added the ne() and nes() functions.
  7.  
  8. 01/21/90  V1.3  Added the pos(), num(), and alpha() functions.
  9.  
  10. 01/22/90  V1.4  Added the zone(), net(), node(), point(), and lookup()
  11.                 functions.
  12.  
  13. 01/23/90  V1.5  Acts more like the DOS SET command.  This implies several
  14.                 things:  1) It will now dump the environment if no
  15.                 arguments are specified.  2) You must now specify an equal
  16.                 sign (=) between the variable and the expression.  3) You
  17.                 don't have to put double quotes around the expression if it
  18.                 contains more than one "word".  As far as I can tell, there
  19.                 is only one difference:  "RONSET X" and "RONSET X=" both do
  20.                 the same thing (i.e. clear the variable X).  DOS's SET will
  21.                 give you a syntax error if you use the first form.
  22.  
  23. 01/25/90  V1.6  Added the byte(), word(), long(), abs(), mod(), neg(),
  24.                 sqr(), sqrt(), and pow() functions.  Changed all arithetic
  25.                 functions to work with floating point numbers.
  26.  
  27. 02/03/90  V1.7  Added the diff(), bin(), oct(), attr(), and prn()
  28.                 functions.
  29.  
  30. 02/06/90  V1.8  After a lot of research, I finally figured out how versions
  31.                 of DOS earlier than 3.3 deal with the root environment.
  32.                 This version will work for all DOS versions 2.0 and up.
  33.  
  34. 02/06/90  V2.0  The binary functions now deal only with 16-bit values.
  35.                 Floating point arithmetic functions lose significance when
  36.                 used with large numbers.  Fact of life.  You folks wanted
  37.                 floating point rather than integer arithmetic, so I gave it
  38.                 to you.  My old example of multiplying the net number by
  39.                 65536 then adding the node number and converting to hex
  40.                 just didn't cut it anymore.  So we have to deal with
  41.                 smaller numbers.  To do the same thing, I changed my
  42.                 example to convert both the net number and node number
  43.                 individually to hex, then concatinate the results.
  44.  
  45. 02/11/90  V2.1  Modified the concat() function to handle missing (null)
  46.                 arguments.  Added the rand(), sound(), and number()
  47.                 functions.
  48.  
  49. This is the last public release of RonSet.  I've been hearing that many
  50. people like this program.  I haven't received a single registration.  I
  51. guess ShareWare doesn't work.
  52.